home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LISTMANA / __TESTER / TEXTEDIT.H < prev   
Text File  |  1989-06-22  |  921b  |  34 lines

  1. /****/
  2. /**** File List Window information */
  3. /****/
  4.  
  5. #define    MAX_X            1
  6. #define    MAX_Y            5
  7.  
  8. typedef struct
  9. {
  10.     NewListHandle                    nlh;
  11.     TEHandle                        text[5];
  12. } TextEditWindowInfo;
  13.  
  14. void TextEditListHandlerNew();
  15. void TextEditListHandlerHit(int *hit);
  16. void TextEditListHandlerClose();
  17. void TextEditListHandler(int mess,unsigned char *data);
  18. pascal void TextEditListHandlerUpdate();
  19. void TextEditListHandlerSetupList(TextEditWindowInfo *fwi);
  20. void TextEditListHandlerActivate(int act);
  21. void TextEditListHandlerDrawFrame();
  22.  
  23. #define    ListBox            1
  24.  
  25. char *BigString[5]=
  26. {
  27.     "Tommy whirled around as a uniformed man threw her off the stage...",
  28.     "And tommy doesn't know what day it is, and doesn't know what prayin' is",
  29.     "Playin' boxy pinball, holds and sticks his tongue at everything!",
  30.     "Were not gonna take it, no!",
  31.     "Only if he's cured will he future spirit level ever heighten!"
  32. };
  33.  
  34. #define    ColumnTitle        "\PQuotes from Tommy"